From 38abaf2334035ee58f890a9901c7ce902cbec9fc Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 25 Sep 2014 15:23:10 +0100 Subject: [PATCH] docs: fix one typo in pvh.markdown MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit were -> where Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Roger Pau Monne Acked-by: Roger Pau Monné --- docs/misc/pvh.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/pvh.markdown b/docs/misc/pvh.markdown index 2735b174a1..52d8e743e7 100644 --- a/docs/misc/pvh.markdown +++ b/docs/misc/pvh.markdown @@ -64,7 +64,7 @@ distinction for a 64bit PVH is that it is launched at privilege level 0 as opposed to a 64bit PV guest which is launched at privilege level 3. Also, the `rsi` (`esi` on 32bits) register is going to contain the virtual -memory address were Xen has placed the `start_info` structure. The `rsp` (`esp` +memory address where Xen has placed the `start_info` structure. The `rsp` (`esp` on 32bits) will point to the top of an initial single page stack, that can be used by the guest kernel. The `start_info` structure contains all the info the guest needs in order to initialize. More information about the contents can be -- 2.30.2